home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / robin10.arc / ROBIN-H2.SUB < prev    next >
Encoding:
Text File  |  1987-01-05  |  758 b   |  21 lines

  1. ;                   ROBIN-H2.SUB    "Round Robin Dialer"
  2. ;                                 by
  3. ;                           Samuel Smulowitz
  4. ;                          CENTURY ASSOCIATES
  5. ;                          141-04 71st Avenue
  6. ;                          Flushing, N.Y. 11367
  7. ;
  8. ;
  9. START:
  10. ;
  11. HEAD2:
  12.   CLEAR
  13.   MESSAGE"     ╔════════════════════════════════════════════════╗"
  14.   MESSAGE"     ║    Round Robin BBS dialing routine.            ║"
  15.   MESSAGE"     ║                                                ║"
  16.   MESSAGE"     ║  NOTE: Enter telephone numbers (up to 8)       ║"
  17.   MESSAGE"     ║        Enter 'END' following last number.      ║"
  18.   MESSAGE"     ╚════════════════════════════════════════════════╝"
  19.   EXECUTE "ROBIN.CMD"
  20. ;
  21. EXIT